home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / Report Writers / Crystal Repot 9.0 Full CD version / Setup.exe / Windows / System32 / HTMLRE90.DLL / HTML / 10001 next >
Encoding:
Text File  |  2002-07-05  |  2.7 KB  |  98 lines

  1. <HTML>
  2. <HEAD>
  3. <LINK rel="stylesheet" href="%1css/default.css" type="text/css">
  4. <BASE target="_parent">
  5. </HEAD>
  6.  
  7. <script language="javascript">
  8. function startSelected()
  9. {
  10.      if (window.parent.frames['content_frame'].document.forms.form1 != null)
  11.         window.parent.frames['content_frame'].startSelected();
  12.      else 
  13.         return;
  14. }
  15.  
  16. function stopSelected()
  17. {
  18.      if (window.parent.frames['content_frame'].document.forms.form1 != null)
  19.         window.parent.frames['content_frame'].stopSelected();
  20.      else 
  21.         return;
  22. }
  23.  
  24. function restartSelected()
  25. {
  26.      if (window.parent.frames['content_frame'].document.forms.form1 != null)
  27.         window.parent.frames['content_frame'].restartSelected();
  28.      else 
  29.         return;
  30. }
  31.  
  32. function deleteSelected()
  33. {
  34.      if (window.parent.frames['content_frame'].document.forms.form1 != null)
  35.         window.parent.frames['content_frame'].deleteSelected();
  36.      else if (window.parent.frames['content_frame'].document.forms.groupsTable != null)
  37.         window.parent.frames['content_frame'].deleteSelected();
  38.      else 
  39.         return;
  40. }
  41.  
  42. function disableSelected()
  43. {
  44.      if (window.parent.frames['content_frame'].document.forms.form1 != null)
  45.         window.parent.frames['content_frame'].disableSelected();
  46.      else 
  47.         return;
  48. }
  49.  
  50. function enableSelected()
  51. {
  52.      if (window.parent.frames['content_frame'].document.forms.form1 != null)
  53.         window.parent.frames['content_frame'].enableSelected();
  54.      else 
  55.         return;
  56. }
  57.  
  58. function selectAll()
  59. {
  60.      if (window.parent.frames['content_frame'].document.forms.form1 != null)
  61.         window.parent.frames['content_frame'].selectAll();
  62.      else if (window.parent.frames['content_frame'].document.forms.groupsTable != null)
  63.         window.parent.frames['content_frame'].selectAll();
  64.      else 
  65.         return;
  66. }
  67.  
  68. function deselectAll()
  69. {
  70.      if (window.parent.frames['content_frame'].document.forms.form1 != null)
  71.         window.parent.frames['content_frame'].deselectAll();
  72.      else if (window.parent.frames['content_frame'].document.forms.groupsTable != null)
  73.         window.parent.frames['content_frame'].deselectAll();
  74.      else 
  75.         return;
  76. }
  77.  
  78. </script>
  79. <BODY class="header" TOPMARGIN="0" MARGINHEIGHT="0" LEFTMARGIN="5" MARGINWIDTH="5">
  80.  
  81. <DIV ID="tooltip" STYLE="position:absolute;visibility:hidden;z-index:99;"></DIV>
  82.  
  83. <SCRIPT language="Javascript" SRC="%6js/helps.js"></SCRIPT>
  84. <SCRIPT language="Javascript" SRC="%7js/tips.js"></SCRIPT>
  85.  
  86. <table width=100% cellspacing=2 cellpadding=0 border=0>
  87. <tr><td class="header">%2  </td>
  88. <td class="header" align=right>%4</td>
  89. </tr>
  90.  
  91. <tr><td class="header" valign=top><span class="headerTitle">%3</span> </td>
  92. <td class="header" align=right valign=top>%5</td>
  93. </tr>
  94. </table>
  95.  
  96. </BODY>
  97. </HTML>
  98.